home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
Mac shareware
/
Education
/
RLaB
/
help
/
length
< prev
next >
Wrap
Text File
|
1994-09-21
|
360b
|
20 lines
length:
Syntax: length ( A )
Description:
The length function returns the length of vector A. It is
equivalent to max (size (A)), when A is numeric.
To summarize:
NUMERIC: max (size (A))
STRING: number of characters in a scalar string.
max (size (A)) if a string matrix.
LIST: number of elements in list.
See Also: show, size